home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(4)
- mySound("cashreg.aif")
- set myButton to the clickOn
- repeat with n = 0 to 11
- if (the number of cast "first radio" + n) <> the castNum of sprite myButton then
- set the hilite of cast (the number of cast "first radio" + n) to 0
- end if
- end repeat
- set the hilite of cast the castNum of sprite myButton to 1
- go(label("$" & the clickOn - 5))
- cursor(0)
- end
-